home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1998 #6
/
1998 CD 6 (Gul).iso
/
02.dir
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-08
|
203 b
|
10 lines
on mouseDown
global gMovieRate
repeat while the stillDown = 1
set the movieRate of sprite 1 to -gMovieRate
updateStage()
end repeat
set the movieRate of sprite 1 to 0
updateStage()
end